Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
get_class
get_class
Return the object's class name
Name:
get_class
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Return the object's class name
Related
How to Get an Object’s Parent Class Name Using get_class? Step-by-Step Guide with Examples
6
Similar Functions
get_class
get_class
Returntheobject'
get_class_vars
get_class_vars
Returnsanarrayofdefa
get_class_methods
get_class_methods
Returnsanarrayofmeth
is_a
is_a
Checkifanobjectbelon
get_parent_class
get_parent_class
Returnstheparentclas
get_declared_traits
get_declared_traits
Returnsanarrayofalld
trait_exists
trait_exists
Checkifthespecifiedt
get_mangled_object_vars
get_mangled_object_vars
Itreturnsthesameresu
Popular Articles
How to Get an Object’s Parent Class Name Using get_class? Step-by-Step Guide with Examples